UNPKG

504 BJavaScriptView Raw
1module.exports = {
2 "name": "Roff Manpage",
3 "type": "markup",
4 "color": "#ecdebe",
5 "group": "Roff",
6 "extensions": [
7 ".1",
8 ".1in",
9 ".1m",
10 ".1x",
11 ".2",
12 ".3",
13 ".3in",
14 ".3m",
15 ".3p",
16 ".3pm",
17 ".3qt",
18 ".3x",
19 ".4",
20 ".5",
21 ".6",
22 ".7",
23 ".8",
24 ".9",
25 ".man",
26 ".mdoc"
27 ],
28 "wrap": true,
29 "tmScope": "text.roff",
30 "aceMode": "text",
31 "codemirrorMode": "troff",
32 "codemirrorMimeType": "text/troff",
33 "languageId": 612669833
34}